95d67f
@@ -35,8 +35,8 @@
import javax.servlet.http.HttpServletResponse;
  * Processing filter for handling a request to authenticate an OAuth request token. The default {@link #setFilterProcessesUrl(String) processes URL}
  * is "/oauth_authenticate_token"<br/><br/>
  * <p/>
- * This filter looks for two request parameters, one for the token id and one for the callback URL. The
- * default names of these paramaters are "oauth_token" and "oauth_callback", but this can be configured.<br/><br/>
+ * This filter looks for one request parameter for the token id that is being authorized. The
+ * default name of the paramaters is "requestToken", but this can be configured.<br/><br/>
  * <p/>
  * @author Ryan Heaton
  * @author Andrew McCall
